home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 501-525 / disk_509 / multi_player / sources / little_window.h < prev    next >
C/C++ Source or Header  |  1992-05-06  |  655b  |  20 lines

  1.  
  2. struct NewWindow NewWindowStructure1 = {
  3.     75,85,    /* window XY origin relative to TopLeft of screen */
  4.     150,50,    /* window width and height */
  5.     0,1,    /* detail and block pens */
  6.     CLOSEWINDOW,    /* IDCMP flags */
  7.     WINDOWSIZING+WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE+ACTIVATE+NOCAREREFRESH,    /* other window flags */
  8.     NULL,    /* first gadget in gadget list */
  9.     NULL,    /* custom CHECKMARK imagery */
  10.     "Your new window",    /* window title */
  11.     NULL,    /* custom screen pointer */
  12.     NULL,    /* custom bitmap */
  13.     5,5,    /* minimum width and height */
  14.     -1,-1,    /* maximum width and height */
  15.     WBENCHSCREEN    /* destination screen type */
  16. };
  17.  
  18.  
  19. /* end of PowerWindows source generation */
  20.